From: Niklas Laxström Date: Sun, 5 Jan 2014 12:47:47 +0000 (+0000) Subject: Composer: suggest does not take version, but description X-Git-Tag: 1.31.0-rc.0~17286^2 X-Git-Url: http://git.cyclocoop.org/%27%20.%20%24prefix%20.%20Wiki::transformTitleToURI%28%24matches%5B1%5D%29%20.%20%27?a=commitdiff_plain;h=bd0333d99cb23273e8c5579918d2b15bbd458ac6;p=lhc%2Fweb%2Fwiklou.git Composer: suggest does not take version, but description Change-Id: I06b4fc1b23ac35dda1ab69769d773c8ab8d9aaf1 --- diff --git a/composer-example.json b/composer-example.json index 6c4d37f5dc..cf63678c1c 100644 --- a/composer-example.json +++ b/composer-example.json @@ -3,9 +3,9 @@ "php": ">=5.3.2" }, "suggest": { - "ext-fileinfo": "*", - "ext-mbstring": "*", - "ext-wikidiff2": "*", - "ext-apc": "*" + "ext-fileinfo": "More accurate file type detection for uploaded files", + "ext-mbstring": "Faster unicode handling", + "ext-wikidiff2": "Faster diff generation", + "ext-apc": "Speed up MediaWiki with opcode caching (before PHP 5.5)" } }